-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Add timeout to codecov #5770
Conversation
The move to https://github.com/codecov/codecov-action?tab=readme-ov-file#v4-release For the time being, we can either keep it at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5770 +/- ##
==========================================
- Coverage 56.00% 55.66% -0.35%
==========================================
Files 1024 1094 +70
Lines 99327 85308 -14019
==========================================
- Hits 55632 47487 -8145
+ Misses 39455 33255 -6200
- Partials 4240 4566 +326
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
reports seem to be working now with the updated token: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 🙏
Recently, we've noticed some codecov jobs taking hours to complete. This PR upgrades the action to the latest version and adds a timeout. If the step fails due to a timeout, the job will continue without error